AnimationType Enumeration
Represents the type of animation that is used for a text.
Namespace: Independentsoft.Office.Odf.StylesAssembly: Independentsoft.Calc (in Independentsoft.Calc.dll) Version: 3.0.520.1+c6c593d5629a051e0af021b238c5d69d764f9686
public enum AnimationType
Public Enumeration AnimationType
| Scroll | 0 |
Scrolls the text from one side to another.
|
| Alternate | 1 |
Scrolls the text from one side to another and back.
|
| Slide | 2 |
Scrolls the text from one side to the original text position and stops there.
|
| None | 3 |
Disables the text animation.
|